home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- set the text of member "URLDISPLAY" to line 1 of field "netlinks"
- set the foreColor of member "URLDISPLAY" to 4
- set the textStyle of member "URLDISPLAY" to "BOLD"
- updateStage()
- doRollover(nothing, 2)
- end
-
- on mouseLeave
- set the text of member "URLDISPLAY" to EMPTY
- updateStage()
- doRollout()
- end
-
- on mouseUp
- global LINK9
- gotoNetPage(LINK9)
- end
-